home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / IIGS / TN.IIGS.029 < prev    next >
Encoding:
Text File  |  1988-12-16  |  1.8 KB  |  49 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #29:    Monochrome High-Resolution Mode
  9.  
  10. Revised by:    Rilla Reynolds                                   November 1988
  11. Written by:    Rilla Reynolds                                    October 1987
  12.  
  13. This Technical Note discusses a 280 x 192 monochrome high-resolution mode 
  14. available on the Apple IIGS and useful for clarifying some graphics.
  15. _____________________________________________________________________________
  16.  
  17. You can select a 280 x 192 monochrome high-resolution mode on the Apple IIGS 
  18. with the following steps:
  19.  
  20. 1.    Select Monochrome and 40-column from the Control Panel (which sets 
  21.       the 40-column soft switch and bit 5 in $C029).
  22. 2.    Select Hi-Res graphics mode (which sets GR and HIRES soft 
  23.       switches).
  24. 3.    Read from to write to $C05E (AN3).
  25.  
  26. To deselect the mode, read from or write to $C05F.
  27.  
  28. A monochrome double high-resolution mode also exists on the IIGS, and you 
  29. follow the same procedure outlined above to access it.
  30.  
  31. You can use the monochrome mode to display sharper graphics-mode text and fine 
  32. lines for applications which do not require color.  Note that Applesoft BASIC 
  33. also supports the monochrome video mode.
  34.  
  35. The soft switches you must access in software to enable the monochrome high-
  36. resolution mode are as follows:
  37.  
  38.     GR         $C050
  39.     HIRES      $C057
  40.     40COL      $C00C (for monochrome double hi-res, use 80COL at $C00D)
  41.     AN3 OFF    $C05E
  42.  
  43. In addition, you must set bit 5 of the register at $C029, and you must use a 
  44. read-modify-write sequence since $C029 is a multi-function register.
  45.  
  46. You can manipulate all of the soft switches listed above from the IIGS 
  47. Monitor, except 40COL.
  48.  
  49.